home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / wincnv.zip / WINCNV.DOC < prev    next >
Text File  |  1990-07-26  |  2KB  |  63 lines

  1. WINCNV
  2.  
  3. This package converts 256 color GIF files to 16 color
  4. BMP files for use as wallpaper in Windows 3.
  5.  
  6. You will need the following two programs:
  7.  
  8. PICLAB   PICLAB.EXE in PICS lib 14
  9. GIF2BMP  GIF2BM.ZIP in MSWIN lib 1  -- this location is temporary
  10.  
  11. Use this only if you are running Win3 using the standard VGA
  12. driver in a 16 color mode such as 640x480/16 or 800x600/16
  13.  
  14. If you are using a 256 color made and you have Win3 driver which
  15. supports that mode on your board, you can use just GIF2BMP to
  16. generate a 256 color BMP which will work as wallpaper.
  17.  
  18. The conversion process is carried out by a PICLAB script called
  19. WINCNV. To run it type :
  20.  
  21. pl286 wincnv <gifname> <bmpname>
  22. example:
  23.  
  24. pl286 wincnv xyz.gif xyz.bmp
  25.  
  26. Use pl286 if you have a 286, 386 or 486 machine.
  27. Use pl if you have a 8088 or 8086 machine.
  28.  
  29. Just before wincnv finished you might get an error:
  30. Subprocess Return Error
  31. Ignore this error.
  32.  
  33. You should have at least 3 Meg of disk free before running this.
  34.  
  35. A number of temporary files are created and deleted including a
  36. GIF file called WTEMP.GIF. If you already have a file with that
  37. name it will be destroyed.
  38.  
  39. The resulting BMP file can be used directly as wallpaper or read
  40. into paintbrush where it can be modified.
  41.  
  42. The resulting pictures will be somewhat "grainy" looking. There
  43. is no way to get around this, its the price you pay for only
  44. using 16 colors.
  45.  
  46. The BMP will have the same size as the original GIF. If you want
  47. it to be a different size add a RESCALE command to the script
  48. after the unmap line. Example:
  49. .
  50. .
  51. .
  52. unmap
  53. rescale 800 600
  54. .
  55. .
  56. .
  57.  
  58. This will produce a 800x600/16 BMP
  59.  
  60. If you have problems send mail to:
  61.  
  62. John Swenson 76166,266
  63.